home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / warp / next / English.lproj / warp.nib / data.classes next >
Text File  |  1993-05-22  |  1KB  |  82 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. ErrorObject = {
  7.     SUPERCLASS = Object;
  8. };
  9. WidgetBrowser = {
  10.     ACTIONS = {
  11.     };
  12.     OUTLETS = {
  13.     matrix;
  14.     browser;
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. OptionsObject = {
  19.     ACTIONS = {
  20.     changeWidgetSize:;
  21.     changeWidgetGeom:;
  22.     };
  23.     OUTLETS = {
  24.     doneButton;
  25.     optionsPanel;
  26.     autoUpdate;
  27.     path;
  28.     sendGeomview;
  29.     prefix;
  30.     widgetGeom;
  31.     sendFiles;
  32.     stepsForm;
  33.     gridSize;
  34.     widgetSize;
  35.     retain;
  36.     numberSteps;
  37.     sizeRelatively;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. EditObject = {
  42.     ACTIONS = {
  43.     readLocation:;
  44.     cancel:;
  45.     setAll:;
  46.     set:;
  47.     openPanel:;
  48.     };
  49.     OUTLETS = {
  50.     strengthSlider;
  51.     stretchinessSlider;
  52.     editPanel;
  53.     positionForm;
  54.     };
  55.     SUPERCLASS = Object;
  56. };
  57. Warp = {
  58.     ACTIONS = {
  59.     deleteAll:;
  60.     position:;
  61.     preview:;
  62.     object:;
  63.     warp:;
  64.     delete:;
  65.     };
  66.     OUTLETS = {
  67.     optionsObject;
  68.     createOnPickButton;
  69.     targetField;
  70.     editObject;
  71.     previewButton;
  72.     warpButton;
  73.     errorObject;
  74.     positionOnGridButton;
  75.     mainWindow;
  76.     };
  77.     SUPERCLASS = Object;
  78. };
  79. WarpApp = {
  80.     SUPERCLASS = Application;
  81. };
  82.